home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / filespy.zip / Filespy.Cfg < prev    next >
Text File  |  1995-11-25  |  1KB  |  53 lines

  1. ;--------------------------------------------
  2. ;-- Config Datei für die x Option von Filespy
  3. ;--------------------------------------------
  4. ;--- Bei DOS wird : als Trennzeichen benutzt; bei OS/2 # ---
  5.  
  6. arj:e:\bin\arj.exe ! -y x %a
  7. arj#e:\bin\binp\unarj.exe ! e %a
  8.  
  9. zip:e:\bin\pkunzip.exe ! -n %a
  10. zip#e:\bin\binp\unzip.exe ! %a
  11.  
  12. zoo:e:\bin\zoo.exe ! -extract %a
  13. zoo#e:\bin\binp\zoo.exe ! -extract %a
  14.  
  15. lha:e:\bin\lharc.exe ! x %a
  16. lha#e:\bin\binp\lharc.exe ! x %a
  17.  
  18. arc:e:\bin\pkunpak.exe ! %a
  19. arc#e:\bin\binp\arc.exe ! x %a
  20.  
  21. ;-- IBM OS/2 Installation
  22. bundle:e:\bin\unpack.exe ! %a
  23. bundle2:e:\bin\unpack2.exe ! %a .
  24. ;-- Kleinweich's neuester Einpacker (Win 9x)
  25. ;mscf: expand
  26. ;szdd: E:\os2\mdos\command.com ! /ce:\bin\expand.exe %a %t
  27.  
  28. ;-- Gzip ändert normalerweise die Originaldatei und braucht z als endung --> also 2*tricksen: geht nur unter hpfs
  29. gzip#E:\os2\cmd.exe ! /ce:\prg\fs\start.cmd %a %t.z e:\bin\binp\gzip.exe -d %t.z
  30.  
  31. ;tar geht irgendwie noch nicht...
  32. ;tar:tar ! -x %a
  33. ;tar#E:\os2\cmd.exe ! /ce:\prg\fs\start.cmd %a %t e:\bin\binp\tar.exe -x -f%t
  34.  
  35. ;-- OS/2 install
  36. bundle#e:\bin\binp\unpack.exe ! %a
  37. bundle2#e:\bin\binp\unpack2.exe ! %a .
  38. ;-- instshield:
  39.  
  40.  
  41. ; --- Inhalt von start.cmd (; weglassen)
  42. ;@echo off
  43. ;echo ... Kopiere %1 --> %2  ...
  44. ;copy %1 %2
  45. ;echo ... %3 %4 %5 %6 %7 %8 %9 ... ...
  46. ;%3 %4 %5 %6 %7 %8 %9 
  47. ;if errorlevel 1 goto :error
  48. ;goto :ende
  49. ;:error
  50. ;del %2
  51. ;:ende
  52. ; --- Ende von start.cmd
  53.